<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    padding: 0;
    margin: 0;
}

.head_text {
    width: 100%;
}

.head_text .content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 29px 0;
    align-items: center;
}

.head_text .content .image {
    width: 219px;
    height: 73.98px;
}

.head_text .content .image img {
    width: 100%;
    height: 100%;
}

.head_text .content .search_bar {
    width: 432px;
    height: 42px;
    z-index: 10;
    background-color: #fff;
    border: 2px solid #19b955;
    border-radius: 8px 6px 6px 8px;
    margin-left: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_text .content .search_bar input {
    width: 60%;
    height: 70%;
    padding: 2px 10px;
    color: #333333;
    font-size: 14px;
    margin-left: 5px;
    border: 0;
    outline: none;
}

.head_text .content .search_bar ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 14px;
}

.head_text .content .search_bar .btn_search {
    height: 100%;
    width: 80px;
    color: #fff;
    background: #19b955;
    border: 1px solid #19b955;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}

.head_text .content .search_bar .btn_search i {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 16px;
    margin-right: 10px;
}

.head_text .content .btn_quiz {
    width: 119px;
    height: 45px;
    line-height: 45px;
    margin-left: 20px;
    background-color: #f65218;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    text-align: center;
}

.head_text .content .btn_quiz a {
    color: #fff;
}

.head_navigation {
    width: 100%;
    height: 45px;
    background-color: #19b955;
}

.head_navigation .content {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
}

.head_navigation .content span,
.head_navigation .content span a {
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    height: 100%;
    line-height: 45px;
    margin-right: 45px;
    display: block;
}

.head_navigation .content span:hover,
.head_navigation .content span a:hover {
    background-color: #169144;
}

.head_navigation .content span:nth-last-child(1),
.head_navigation .content span a:nth-last-child(1) {
    margin-right: 0;
}

.banner {
    width: 100%;
    height: 413px;
    position: relative;
    z-index: 90;
}

.banner .swiper-container,
.banner .swiper-wrapper,
.banner .swiper-slide {
    width: 100%;
    height: 100%;
    z-index: 99;
}

.banner .swiper-container img,
.banner .swiper-wrapper img,
.banner .swiper-slide img {
    width: 100%;
    height: 100%;
}

.banner .swiper-container .dian_icon {
    z-index: 99;
}

.banner .side_navigation {
    width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-600px, 0);
    z-index: 99;
}

.banner .side_navigation .left {
    width: 145px;
    background-color: #19b955;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
}

.banner .side_navigation .left li {
    padding: 0 10px;
    height: 45px;
    color: #ffffff;
    font-size: 16px;
    border-bottom: 1px dashed #fff;
    position: relative;
}

.banner .side_navigation .left li a {
    color: #ffffff;
}

.banner .side_navigation .left li:nth-last-child(1) {
    border-bottom: none;
}

.banner .side_navigation .left li .prent {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.banner .side_navigation .left li .prent i {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #ffffff;
    margin-right: 10px;
}

.banner .side_navigation .left li .waper_tab {
    display: none;
}

.banner .side_navigation .left li .waper_tab .fin_tab {
    position: absolute;
    top: 0;
    left: 145px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 230px;
}

.banner .side_navigation .left li .waper_tab .fin_tab span,
.banner .side_navigation .left li .waper_tab .fin_tab span a {
    display: block;
    padding: 3px;
    font-size: 13px;
    color: #666666;
    margin-left: 3px;
}

.banner .side_navigation .left li .waper_tab .fin_tab span:hover {
    background-color: #dfdfdf;
    color: #fff;
}

.banner .side_navigation .left li .fin_show {
    display: block;
}

.banner .side_navigation .left .active {
    background-color: #169144;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.banner .side_navigation .rigth {
    width: 230px;
    height: 393px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 101;
}

.banner .side_navigation .rigth .title {
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #000000;
    line-height: 20px;
}

.banner .side_navigation .rigth .image {
    width: 161px;
    height: 101px;
}

.banner .side_navigation .rigth .image img {
    width: 100%;
    height: 100%;
}

.banner .side_navigation .rigth .name {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.banner .side_navigation .rigth .money {
    width: 100%;
    text-align: center;
    color: #19b955;
    font-size: 20px;
    margin-top: 5px;
}

.banner .side_navigation .rigth .btn_question,
.banner .side_navigation .rigth .btn_answer {
    width: 190px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 8px;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}

.banner .side_navigation .rigth .btn_question a,
.banner .side_navigation .rigth .btn_answer a {
    display: block;
    color: #fff;
}

.banner .side_navigation .rigth .btn_question {
    background-color: #19b955;
}

.banner .side_navigation .rigth .btn_answer {
    background-color: #f25618;
}

.item_content {
    width: 1200px;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
}

.item_content .left {
    width: 910px;
}

.item_content .left .problem_tye {
    width: 100%;
    padding: 20px 20px 10px;
    border: 2px solid #e6e6e6;
    margin-top: 20px;
}

.item_content .left .problem_tye:nth-child(1) {
    margin-top: 0;
}

.item_content .left .problem_tye .list_type {
    width: 100%;
    display: flex;
    margin-top: 23px;
}

.item_content .left .problem_tye .list_type .problem_list {
    width: 23%;
    margin-right: 3%;
    border: 2px solid #e6e6e6;
    padding-bottom: 10px;
}

.item_content .left .problem_tye .list_type .problem_list:nth-last-child(1) {
    margin-right: 0;
}

.item_content .left .problem_tye .list_type .problem_list:nth-child(1) .title_name {
    background-color: #96da96;
}

.item_content .left .problem_tye .list_type .problem_list:nth-child(2) .title_name {
    background-color: #efa2b7;
}

.item_content .left .problem_tye .list_type .problem_list:nth-child(3) .title_name {
    background-color: #f1a38c;
}

.item_content .left .problem_tye .list_type .problem_list:nth-child(4) .title_name {
    background-color: #debd86;
}

.item_content .left .problem_tye .list_type .problem_list .title_name {
    width: 100%;
    height: 31px;
    line-height: 31px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.item_content .left .problem_tye .list_type .problem_list .ul {
    width: 100%;
    padding: 0 5px;
    margin-top: 5px;
}

.item_content .left .problem_tye .list_type .problem_list .ul li {
    width: 100%;
    display: flex;
    align-items: center;
}

.item_content .left .problem_tye .list_type .problem_list .ul li i {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    margin-right: 5px;
    color: #999999;
}

.item_content .left .problem_tye .list_type .problem_list .ul li .span {
    display: block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    color: #333333;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.item_content .left .problem_tye .all_warp {
    width: 100%;
    display: flex;
}

.item_content .left .problem_tye .all_warp .left_list {
    width: 70%;
    height: 513px;
    overflow-y: scroll;
}

.item_content .left .problem_tye .all_warp .left_list li {
    width: 100%;
    display: flex;
}

.item_content .left .problem_tye .all_warp .left_list li .times {
    width: 80px;
    border-right: 2px solid #E6E6E6;
    position: relative;
    padding-top: 10px;
}

.item_content .left .problem_tye .all_warp .left_list li .times span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: -5px;
    background-color: #19b955;
}

.item_content .left .problem_tye .all_warp .left_list li .text_content {
    width: 95%;
    padding: 15px 10px;
    border-bottom: 1px dashed #dfdfdf;
    position: relative;
}

.item_content .left .problem_tye .all_warp .left_list li .text_content .title {
    display: flex;
}

.item_content .left .problem_tye .all_warp .left_list li .text_content .title:nth-child(1) span {
    color: #19b955;
}

.item_content .left .problem_tye .all_warp .left_list li .text_content .title:nth-child(1) .text {
    line-height: 24px;
    color: #000000;
    font-size: 14px;
}

.item_content .left .problem_tye .all_warp .left_list li .text_content .title:nth-child(2) span {
    color: #f25618;
}

.item_content .left .problem_tye .all_warp .left_list li .text_content .title:nth-child(2) .text {
    width: 100%;
    line-height: 20px;
    height: 40px;
    color: #666666;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item_content .left .problem_tye .all_warp .left_list li .text_content .title span {
    font-size: 16px;
}

.item_content .left .problem_tye .all_warp .left_list li .text_content .title .text {
    text-align: left;
}

.item_content .left .problem_tye .all_warp .left_list li .text_content .datalis a {
    display: block;
    width: 40px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    bottom: -10px;
    right: 0px;
    background-color: #19b955;
    border-radius: 4px;
}

.item_content .left .problem_tye .all_warp .right_banner {
    width: 26%;
    margin-left: 4%;
}

.item_content .left .problem_tye .all_warp .right_banner .xin_banner {
    height: 170px;
    margin-top: 20px;
    position: relative;
}

.item_content .left .problem_tye .all_warp .right_banner .xin_banner .bottom_text {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    background-color: rgba(51, 51, 51, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.item_content .left .problem_tye .all_warp .right_banner .ul_list {
    width: 100%;
    margin-top: 27px;
}

.item_content .left .problem_tye .all_warp .right_banner .ul_list li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item_content .left .problem_tye .all_warp .right_banner .ul_list li .informtion {
    width: 70%;
    display: flex;
    align-items: center;
}

.item_content .left .problem_tye .all_warp .right_banner .ul_list li .informtion i {
    display: block;
    width: 12px;
    height: 12px;
    font-size: 12px;
    color: #999999;
}

.item_content .left .problem_tye .all_warp .right_banner .ul_list li .informtion .span {
    width: 90%;
    display: block;
    height: 28px;
    color: #333333;
    line-height: 28px;
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.item_content .left .problem_tye .all_warp .right_banner .ul_list li .times {
    color: #999999;
    font-size: 12px;
    line-height: 28px;
}

.item_content .left .problem_tye ::-webkit-scrollbar {
    width: 0px;
}

.item_content .left .top_navi .navigation {
    display: flex;
    align-items: center;
    background-color: #19b955;
    border: 2px solid #dcdcdc;
    z-index: 99;
    padding-top: 3px;
}

.item_content .left .top_navi .navigation .li {
    width: 114px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #000;
    font-size: 16px;
    background-color: #fff;
}

.item_content .left .top_navi .navigation .active {
    color: #fff;
    background-color: #19b955;
}

.item_content .left .top_navi .navigation .active a {
    color: #fff;
    background-color: #19b955;
}

.item_content .left .top_navi .tab_list {
    width: 100%;
}

.item_content .left .top_navi .tab_list .disp_type {
    border: 2px solid #dcdcdc;
    padding: 20px 5px;
    display: none;
    margin-top: 20px;
    position: relative;
    z-index: 900;
}

.item_content .left .top_navi .tab_list .disp_type:nth-child(1) .imgs {
    left: 56px;
}

.item_content .left .top_navi .tab_list .disp_type:nth-child(2) .imgs {
    left: 169px;
}

.item_content .left .top_navi .tab_list .disp_type:nth-child(3) .imgs {
    left: 283px;
}

.item_content .left .top_navi .tab_list .disp_type:nth-child(4) .imgs {
    left: 396px;
}

.item_content .left .top_navi .tab_list .disp_type:nth-child(5) .imgs {
    left: 509px;
}

.item_content .left .top_navi .tab_list .disp_type:nth-child(6) .imgs {
    left: 622px;
}

.item_content .left .top_navi .tab_list .disp_type:nth-child(7) .imgs {
    left: 736px;
}

.item_content .left .top_navi .tab_list .disp_type:nth-child(8) .imgs {
    left: 849px;
}

.item_content .left .top_navi .tab_list .disp_type span {
    padding: 0 5px;
    margin-top: 10px;
}

.item_content .left .top_navi .tab_list .disp_type span a {
    font-size: 14px;
}

.item_content .left .top_navi .tab_list .disp_type .imgs {
    width: 10px;
    height: 8px;
    position: absolute;
    z-index: 999;
    top: -8px;
    background-color: #fff;
}

.item_content .left .top_navi .tab_list .disp_type .imgs img {
    width: 12px;
    height: 100%;
    margin-left: -2px;
}

.item_content .left .top_navi .tab_list .disp_show {
    display: block;
}

.item_content .left .problem_list_tab {
    width: 100%;
    margin-top: 20px;
    border: 2px solid #dcdcdc;
}

.item_content .left .problem_list_tab .title_item {
    width: 100%;
    display: flex;
    background-color: #f2f2f2;
}

.item_content .left .problem_list_tab .title_item .text {
    height: 57px;
    line-height: 57px;
    padding: 0 20px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    border-top: 3px solid rgba(230, 230, 230, 0.5);
}

.item_content .left .problem_list_tab .title_item .active {
    border-top: 3px solid #19b955;
    font-weight: bold;
    background-color: #fff;
}

.item_content .left .problem_list_tab .list_name {
    margin-top: 10px;
    padding: 0 10px;
    display: none;
}

.item_content .left .problem_list_tab .list_name .title {
    display: flex;
    justify-content: space-between;
    height: 32px;
    align-items: center;
    color: #333;
    font-size: 14px;
    padding: 0 10px;
    background-color: #75d599;
}

.item_content .left .problem_list_tab .list_name .title .left {
    width: 60%;
}

.item_content .left .problem_list_tab .list_name .title .right {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item_content .left .problem_list_tab .list_name .title .right span {
    width: 70px;
    line-height: 32px;
    text-align: center;
}

.item_content .left .problem_list_tab .list_name .datails_list {
    width: 100%;
}

.item_content .left .problem_list_tab .list_name .datails_list .list {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f2f2f2;
}

.item_content .left .problem_list_tab .list_name .datails_list .list:nth-child(2n) {
    background-color: #fff;
}

.item_content .left .problem_list_tab .list_name .datails_list .list .ma_text_name {
    width: 60%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
}

.item_content .left .problem_list_tab .list_name .datails_list .list .ma_text_name .green_text {
    color: #008e3c;
}

.item_content .left .problem_list_tab .list_name .datails_list .list .ma_text_name .green_text a {
    color: #008e3c;
}

.item_content .left .problem_list_tab .list_name .datails_list .list .ma_text_name .org_text {
    color: #f25618;
    margin-left: 5px;
}

.item_content .left .problem_list_tab .list_name .datails_list .list .ma_text_name .text {
    width: 82%;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.item_content .left .problem_list_tab .list_name .datails_list .list .ma_text_name .text a:hover {
    text-decoration: underline;
}

.item_content .left .problem_list_tab .list_name .datails_list .list .ma_text_name .xin_text {
    width: 70%;
}

.item_content .left .problem_list_tab .list_name .datails_list .list .right_st {
    width: 30%;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.item_content .left .problem_list_tab .list_name .datails_list .list .right_st div {
    width: 70px;
    text-align: center;
}

.item_content .left .problem_list_tab .list_name .datails_list .list .right_st div .red_text {
    font-size: 12px;
    color: #ff0000;
    margin-right: 5px;
}

.item_content .left .problem_list_tab .list_name .datails_list .list .right_st div .green_text {
    font-size: 12px;
    color: #19b955;
    margin-right: 5px;
}

.item_content .left .problem_list_tab .datails_show {
    display: block;
}

.item_content .left .problem_list_tab .bottom_pagin {
    width: 50%;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.item_content .left .problem_list_tab .bottom_pagin .previous,
.item_content .left .problem_list_tab .bottom_pagin .next {
    width: 65px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #666666;
    font-size: 13px;
    background-color: #f2f2f2;
}

.item_content .left .problem_list_tab .bottom_pagin .previous a:hover,
.item_content .left .problem_list_tab .bottom_pagin .next a:hover {
    background-color: #19b955;
    color: #ffffff;
    display: block;
}

.item_content .left .problem_list_tab .bottom_pagin .text {
    height: 33px;
    padding: 0 10px;
    display: flex;
}

.item_content .left .problem_list_tab .bottom_pagin .text span {
    width: 31px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    font-size: 13px;
    color: #666666;
    background-color: #f2f2f2;
    margin-right: 10px;
}

.item_content .left .problem_list_tab .bottom_pagin .text .active {
    background-color: #19b955;
    color: #ffffff;
}

.item_content .left .problem_list_tab .bottom_pagin .text span a:hover {
    background-color: #19b955;
    color: #ffffff;
    display: block;
}

.item_content .left .problem_list_tab .bottom_pagin .text span:nth-last-child(1) {
    margin-right: 0;
}

.item_content .left .hot_text {
    width: 100%;
    margin-top: 42px;
}

.item_content .left .hot_text .title {
    width: 100%;
    font-size: 18px;
    color: #000000;
    line-height: 18px;
}

.item_content .left .hot_text .lab_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.item_content .left .hot_text .lab_list .lable {
    padding: 0 10px;
    line-height: 28px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    background-color: #f4f5f5;
    border-radius: 5px;
}

.item_content .left .hot_text .lab_list .lable a {
    font-size: 14px;
}

.item_content .left .hot_text .lab_list .lable:hover {
    background-color: #19b955;
    cursor: pointer;
}

.item_content .left .hot_text .lab_list .lable:hover a {
    color: #fff;
}

.item_content .all_title {
    width: 910px;
    color: #666666;
    font-size: 12px;
    margin: 10px 0 30px;
    text-align: left;
}

.item_content .right .hot_ranking {
    width: 230px;
    border: 2px solid #e6e6e6;
    padding: 10px 5px;
}

.item_content .right .hot_ranking:nth-child(2) {
    padding: 10px 0;
    margin-top: 20px;
}

.item_content .right .hot_ranking .title {
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 20px;
}

.item_content .right .hot_ranking .btn_tab {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.item_content .right .hot_ranking .btn_tab span a {
    padding: 4px 10px;
    text-align: center;
    background-color: #f4f5f5;
    font-size: 14px;
    color: #a9a9a9;
    border-radius: 4px;
    margin-right: 8px;
    margin-top: 10px;
    display: block;
}

.item_content .right .hot_ranking .btn_tab span a:hover {
    background-color: #19b955;
    color: #fff;
}

.item_content .right .hot_ranking .ranking_tab .title {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    border-top: 2px solid #dfdfdf;
    border-bottom: 2px solid #dfdfdf;
}

.item_content .right .hot_ranking .ranking_tab .title .text {
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999999;
    background-color: #fff;
    text-align: center;
}

.item_content .right .hot_ranking .ranking_tab .title .active {
    color: #fff;
    background-color: #19b955;
}

.item_content .right .hot_ranking .ranking_tab .inner {
    display: none;
}

.item_content .right .hot_ranking .ranking_tab .inner .list_abllp {
    width: 100%;
    padding: 10px 5px;
    display: flex;
    align-items: center;
}

.item_content .right .hot_ranking .ranking_tab .inner .list_abllp:nth-child(1) .left span {
    background-color: #ff6b6b;
}

.item_content .right .hot_ranking .ranking_tab .inner .list_abllp:nth-child(2) .left span {
    background-color: #afe0a9;
}

.item_content .right .hot_ranking .ranking_tab .inner .list_abllp:nth-child(3) .left span {
    background-color: #ffbe56;
}

.item_content .right .hot_ranking .ranking_tab .inner .list_abllp .left {
    width: 60%;
    display: flex;
    align-items: center;
    height: 28px;
    line-height: 28px;
}

.item_content .right .hot_ranking .ranking_tab .inner .list_abllp .left span {
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #dedede;
}

.item_content .right .hot_ranking .ranking_tab .inner .list_abllp .left .name {
    width: 100px;
    height: 100%;
    font-size: 14px;
    color: #333333;
    margin-left: 5px;
    overflow: hidden;
}

.item_content .right .hot_ranking .ranking_tab .inner .list_abllp .right {
    margin-left: 20px;
    font-size: 12px;
    color: #999999;
}

.item_content .right .hot_ranking .ranking_tab .disp_show {
    display: block;
}

.item_content .right .tuyi_list {
    width: 270px;
    border: 2px solid #e6e6e6;
    border-top: 2px solid #19b955;
    padding: 10px;
    margin-left: 20px;
}

.item_content .right .tuyi_list .title {
    text-align: left;
    color: #000000;
    font-size: 18px;
}

.item_content .right .tuyi_list .title span {
    color: #19b955;
}

.item_content .right .tuyi_list .ul_list {
    margin-top: 20px;
}

.item_content .right .tuyi_list .ul_list li {
    width: 100%;
    display: flex;
    align-items: center;
}

.item_content .right .tuyi_list .ul_list li i {
    font-size: 12px;
    color: #666666;
}

.item_content .right .tuyi_list .ul_list li span {
    width: 90%;
    margin-left: 5px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.item_content .right .tuyi_list .ul_list li span a:hover {
    text-decoration: underline;
}

.bottom_jk {
    width: 1200px;
    margin: 30px auto;
    border: 2px solid #dcdcdc;
}

.bottom_jk .title {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #dfdfdf;
    color: #000000;
    font-size: 16px;
}

.bottom_jk .friend_links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.bottom_jk .friend_links span a {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #999999;
    padding: 0 6px;
    margin-top: 8px;
    margin-right: 5px;
}

.bottom_jk .friend_links span a:nth-last-child(1) {
    margin-right: 0;
}

.bottom_jk .friend_links span a:hover {
    background-color: #19b955;
    color: #fff;
}

.warp_type {
    width: 1200px;
    margin: 20px auto;
    border: 2px solid #e6e6e6;
    padding: 10px;
}

.title_ti {
    width: 100%;
    font-size: 20px;
    color: #000000;
    border-bottom: 2px solid #e6e6e6;
    position: relative;
}

.title_ti span {
    display: block;
    padding-bottom: 10px;
    border-bottom: 4px solid #19b955;
    margin-right: 5px;
}

.title_ti:nth-child(1) {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.title_ti .bg_img {
    width: 38px;
    height: 16px;
    background-image: url(../images/background.png);
    background-repeat: no-repeat;
    text-align: center;
    line-height: 15px;
    color: #ffffff;
    font-size: 12px;
    margin-top: -8px;
    padding-left: 4px;
}

.title_ti .geng {
    font-size: 12px;
    color: #666666;
    position: absolute;
    right: 0;
}

.hot-sort {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hot-sort .list,
.hot-sort .able_list,
.hot-sort .already {
    height: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.hot-sort .list .on_text a,
.hot-sort .able_list .on_text a,
.hot-sort .already .on_text a {
    color: #169144;
}

.hot-sort .list .to_text,
.hot-sort .able_list .to_text,
.hot-sort .already .to_text {
    color: #f25618;
    margin-left: 5px;
}

.hot-sort .list .text,
.hot-sort .able_list .text,
.hot-sort .already .text {
    width: 59%;
    height: 100%;
    line-height: 20px;
    text-align: left;
    color: #333333;
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.hot-sort .list {
    width: 49%;
    margin-top: 5px;
}

.hot-sort .able_list {
    width: 70%;
}

.hot-sort .able_list .text {
    width: 80%;
}

.hot-sort .list_yi {
    width: 46%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hot-sort .list_yi .already {
    width: 80%;
}

.hot-sort .list_yi .number_text {
    width: 15%;
    height: 20px;
    line-height: 20px;
    color: #999999;
    font-size: 12px;
    text-align: right;
}

.hot-sort .thirty-three {
    width: 33%;
}

.hot-sort .thirty-three .xin_list {
    width: 95%;
}

.hot-sort .get_list {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hot-sort .get_list .type_text {
    display: flex;
    font-size: 12px;
    text-align: right;
    color: #666666;
    justify-content: flex-end;
}

.hot-sort .get_list .type_text span {
    display: block;
    color: #f25618;
    margin-right: 5px;
}

.hot-sort .get_list .go_answer,
.hot-sort .get_list .go_answer a {
    display: block;
    width: 60px;
    height: 24px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #f25618;
    border: 1px solid #f25618;
    border-radius: 3px;
}

.nava_title {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    color: #666666;
    text-align: left;
    margin: 20px auto 0;
}

.ques_details {
    width: 100%;
    border: 2px solid #dcdcdc;
    border-top: 2PX solid #19b955;
}

.ques_details .top_list {
    display: flex;
    padding: 20px 15px;
}

.ques_details .top_list .imgs {
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.ques_details .top_list .imgs img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.ques_details .top_list .data_right {
    width: 90%;
    margin-left: 5px;
}

.ques_details .top_list .data_right .title_name {
    font-size: 18px;
    color: #000;
    text-align: left;
}

.ques_details .top_list .data_right .times {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.ques_details .top_list .data_right .times .left_text {
    display: flex;
}

.ques_details .top_list .data_right .times .left_text span {
    font-size: 12px;
    text-align: left;
    color: #999;
}

.ques_details .top_list .data_right .times .left_text span:nth-child(1) {
    padding-right: 5px;
    border-right: 2px solid #dcdcdc;
}

.ques_details .top_list .data_right .times .left_text span:nth-child(2) {
    padding-left: 5px;
}

.ques_details .top_list .data_right .times .right_text {
    display: flex;
    color: #f25618;
    font-size: 16px;
    text-align: left;
    position: relative;
}

.ques_details .top_list .data_right .times .right_text img {
    width: 22px;
    height: 22px;
    display: block;
    margin-left: 10px;
}

.ques_details .top_list .data_right .times .right_text .tig_text {
    width: 248px;
    height: 118px;
    padding: 10px;
    font-size: 12px;
    color: #666666;
    text-align: left;
    position: absolute;
    background-color: #fff;
    border: 2px solid #dcdcdc;
    right: 0;
    top: -120px;
    display: none;
}

.ques_details .problem_tion {
    border-top: 2px solid #dcdcdc;
    padding: 20px;
}

.ques_details .problem_tion .title {
    font-size: 16px;
    color: #19b955;
    text-align: left;
}

.ques_details .problem_tion .text_name {
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 24px;
    margin-top: 10px;
}

.ques_details .problem_tion .text_name img {
    width: 660px;
    height: 330px;
    display: block;
    margin: 20px auto 0;
}

.ques_details .problem_tion .answer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ques_details .problem_tion .answer .answer_name {
    width: 130px;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 35px 0 32px;
    cursor: pointer;
}

.ques_details .problem_tion .answer .answer_name a {
    color: #ffffff;
}

.ques_details .problem_tion .answer .answer_name:nth-child(1) {
    background-color: #19b955;
}

.ques_details .problem_tion .answer .answer_name:nth-child(2) {
    background-color: #F25618;
    margin-left: 20px;
}

.ques_details .addition {
    padding: 30px 20px;
    border-top: 2px dashed #dcdcdc;
}

.ques_details .addition .title {
    font-size: 16px;
    color: #333333;
    text-align: left;
}

.ques_details .addition .ul_list_type {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ques_details .addition .ul_list_type li {
    width: 48%;
    display: flex;
    align-items: center;
}

.ques_details .addition .ul_list_type li i {
    font-size: 12px;
    color: #666666;
}

.ques_details .addition .ul_list_type li span {
    width: 98%;
    margin-left: 5px;
    height: 32px;
    line-height: 32px;
    text-align: left;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.left-content {
    padding: 18px 20px 20px 25px;
    border: #dcdcdc 2px solid;
    position: relative;
    margin-top: 30px;
}

.left-content .content-part {
    height: 20px;
    display: flex;
    justify-content: space-between;
}

.left-content .content-part .content-a {
    display: block;
    font-size: 12px;
    color: #c6c6c6;
}

.left-content .content-part .content-b,
.left-content .content-part .content-b a {
    display: block;
    font-size: 12px;
    width: 70px;
    height: 20px;
    background-color: #F25618;
    border-radius: 3px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.left-content .content-c {
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px;
    color: #666666;
}

.left-content .content-d3 {
    position: absolute;
    top: 20px;
    left: -21px;
}

.left-content .content-d3 img {
    width: 41px;
    height: 60px;
}

.left-content .content-d {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.left-content .content-d .content-photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin-right: 10px;
}

.left-content .content-d .content-photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.left-content .content-d .content_list {
    width: 90%;
}

.left-content .content-d .content_list .content-d1 {
    font-size: 16px;
    color: #666666;
    text-align: left;
}

.left-content .content-d .content_list .content-d2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.left-content .content-d .content_list .content-d2 .sp1-d2 {
    color: #999;
    font-size: 12px;
}

.left-content .content-d .content_list .content-d2 .d2-photo {
    display: flex;
}

.left-content .content-d .content_list .content-d2 .d2-photo img {
    width: 17px;
    height: 17px;
}

.left-content .content-d .content_list .content-d2 .d2-photo .sp2-d2 {
    font-size: 12px;
    color: #999;
    margin-left: 7px;
}

.top_mag {
    margin-top: 42px;
}

.questions_list {
    border: 2px solid #dcdcdc;
    padding: 20px;
}

.questions_list .tab_text {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.questions_list .tab_text .text {
    width: 60px;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    color: #666666;
}

.questions_list .tab_text select {
    margin-left: 10px;
    display: block;
    width: 150px;
    color: #666;
    height: 30px;
    border: 2px solid #dedede;
    line-height: 40px;
}

.questions_list .tab_text select option {
    font-size: 16px;
    padding: 5px 0;
}

.questions_list .tab_text .text span {
    font-size: 12px;
    color: #f25618;
}

.questions_list .tab_text input {
    width: 609px;
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 2px solid #dcdcdc;
    outline: none;
    margin-left: 10px;
}

.questions_list .tab_text textarea {
    width: 609px;
    height: 119px;
    display: block;
    padding: 10px;
    border: 2px solid #dcdcdc;
    margin-left: 10px;
}

.questions_list .tab_text .data_sub {
    width: 609px;
    height: 25px;
    line-height: 38px;
    border: 2px solid;
    display: flex;
    align-items: center;
    border: 2px solid #dcdcdc;
    padding: 0px;
}

.questions_list .tab_text img {
    width: 155px;
    height: 120px;
    display: block;
    margin-left: 10px;
}

.questions_list .tab_text .btn_text_f {
    width: 130px;
    height: 40px;
    background-color: #F25618;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
    cursor: pointer;
}

.my_question {
    border: 2px solid #dcdcdc;
    border-top: 2px solid #19b955;
    padding: 20px;
}

.my_question .title_name {
    color: #000;
    font-size: 18px;
    text-align: left;
}

.my_question .ul_list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.my_question .ul_list li {
    width: 20%;
    text-align: center;
}

.my_question .ul_list li .name {
    font-size: 14px;
    color: #666666;
}

.my_question .ul_list li .text {
    font-size: 18px;
    color: #19b955;
    margin-top: 10px;
}

.my_question .bottom_tig {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.question_tab {
    width: 100%;
    border: 2px solid #dcdcdc;
    margin-top: 20px;
}

.question_tab .title {
    width: 100%;
    height: 50px;
    background-color: #f2f2f2;
    display: flex;
}

.question_tab .title .name {
    width: 130px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
}

.question_tab .title .active {
    border-top: 2px solid #19b955;
    background-color: #fff;
    font-weight: bold;
}

.question_tab .data_list {
    width: 100%;
    padding: 20px 10px;
    display: none;
}

.question_tab .data_list .radio_name {
    display: flex;
    align-items: center;
}

.question_tab .data_list .radio_name input {
    margin-left: 10px;
    margin-right: 5px;
}

.question_tab .data_list .radio_list {
    width: 100%;
    display: none;
}

.question_tab .data_list .radio_list .top_text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.question_tab .data_list .radio_list .top_text:nth-child(1) {
    margin-top: 10px;
}

.question_tab .data_list .radio_list .top_text .tr_item {
    width: 80%;
    display: flex;
    align-content: center;
    font-size: 14px;
    color: #333333;
}

.question_tab .data_list .radio_list .top_text .tr_item .spn {
    width: 4%;
    font-size: 17px;
    color: #169144;
}

.question_tab .data_list .radio_list .top_text .tr_item .text {
    width: 96%;
}

.question_tab .data_list .radio_list .top_text .tr_item .text span {
    font-size: 14px;
    color: #F25618;
}

.question_tab .data_list .radio_list .top_text .tr_item .text i {
    width: 12px;
    height: 15px;
    font-size: 14px;
    color: #19b955;
    margin: 0 3px 0 10px;
}

.question_tab .data_list .radio_list .top_text .right_time {
    width: 15%;
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 12px;
}

.question_tab .data_list .radio_list .top_text .right_time span:nth-child(1) {
    padding-right: 10px;
    border-right: 1px solid #dcdcdc;
}

.question_tab .data_list .radio_list .top_text .right_time span:nth-child(2) {
    padding-left: 10px;
}

.question_tab .data_list .radio_list .content_text {
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
}

.question_tab .data_list .radio_list .content_text span {
    width: 3%;
    font-size: 16px;
    color: #f25618;
    display: block;
}

.question_tab .data_list .radio_list .content_text .text {
    width: 97%;
    color: #666666;
    font-size: 12px;
}

.question_tab .data_list .chick_show {
    display: block;
}

.question_tab .disp_show {
    display: block;
}

.form {
    position: relative;
    border: 2px solid #dedede;
    width: 70%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f8fcf6;
    display: none;
}

.form .top {
    display: flex
}

.form .top textarea {
    width: 450px;
    height: 90px;
    display: block;
    border: 2px solid #dedede;
    padding: 10px;
}

.form .bottom_text {
    display: flex;
    margin-top: 20px;
    align-content: center;
}

.form .bottom_text span {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.form .bottom_text input {
    display: block;
    padding: 10px;
    border: 1px solid #dedede;
}

.form .btn_submit {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #ff9a01;
    cursor: pointer;
}</pre></body></html>